home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / CGIPERL / MACPERL / MSRCE418.HQX / Perl Source ƒ / MacPerl / MPRsrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-04  |  2.2 KB  |  122 lines

  1. /*********************************************************************
  2. Project    :    MacPerl        -    Real Perl Application
  3. File        :    MPRsrc.h        -    Resources
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C
  6.  
  7. $Log: MPRsrc.h,v $
  8. Revision 1.2  1994/05/04  02:53:49  neeri
  9. Inline Input.
  10.  
  11. Revision 1.1  1994/02/27  23:04:07  neeri
  12. Initial revision
  13.  
  14. Revision 0.3  1993/11/07  00:00:00  neeri
  15. Further work on preference dialog
  16.  
  17. Revision 0.2  1993/08/27  00:00:00  neeri
  18. Format
  19.  
  20. Revision 0.1  1993/08/17  00:00:00  neeri
  21. Protect against multiple inclusion
  22.  
  23. *********************************************************************/
  24.  
  25. #ifndef __MPRSRC__
  26. #define __MPRSRC__
  27.  
  28. #define  MPAppSig 'McPL'
  29. #define    MPRtSig    'MrPL'
  30.  
  31. /* Window templates */
  32.  
  33. #define    WindowTemplates   128
  34.  
  35. /* Dialogs & Alerts */
  36.  
  37. #define  ErrorAlert           256
  38. #define  SaveAlert           257
  39. #define    AboutDialog            258
  40. #define    RevertAlert            262
  41. #define    AbortAlert            266
  42. #define    NoPerlAlert            270
  43. #define    ElvisAlert            274
  44.  
  45. #define    FormatDialog        320
  46.  
  47. #define    fd_OK                    1
  48. #define    fd_Cancel            2
  49. #define    fd_FontList            3
  50. #define    fd_SizeList            4
  51. #define    fd_Separator        5
  52. #define    fd_Outline            6
  53. #define    fd_SizeEdit            7
  54. #define    fd_MakeDefault        8
  55.  
  56. #define    PrefDialog            384
  57.  
  58. #define    pd_LibIcon            1
  59. #define    pd_ScriptIcon        2
  60. #define    pd_InputIcon        3
  61. #define    pd_Boundary            4
  62. #define    pd_Done                6
  63. #define    pd_Outline            7
  64.  
  65. #define    pd_LibStr            1
  66. #define    pd_ScriptStr        2
  67. #define    pd_InputStr            3
  68. #define    pd_ChangePath        4
  69. #define    pd_AddPath            5
  70.  
  71. #define    PrefLibID            385
  72.  
  73. #define    pld_List             pd_Outline+1
  74. #define    pld_Remove            pd_Outline+2
  75. #define    pld_Add                pd_Outline+3
  76.  
  77. #define    PrefLibDelID        3850
  78.  
  79. #define    PrefScriptID        386
  80.  
  81. #define    psd_Edit                pd_Outline+1
  82. #define    psd_Run                pd_Outline+2
  83. #define    psd_Check            pd_Outline+3
  84.  
  85. #define    PrefInputID            387
  86.  
  87. #define    pid_Inline            pd_Outline+1
  88.  
  89. #define    GetScriptDialog    512
  90.  
  91. #define    SaveScriptDialog    192
  92. #define     ssd_Type                13
  93. /* 
  94.     Small Icons
  95. */
  96.  
  97. #define     ConsoleSICNID    256
  98. #define     DocumentSICNID    257
  99. #define     EnabledSICNID    264
  100. #define     ReadOnlySICNID    265
  101. #define     BlockedSICNID    266
  102.  
  103. /* 
  104.     Credits font and strings
  105. */
  106.  
  107. #define CreditID    32268
  108.  
  109. /*
  110.     Menu Resources
  111. */
  112.  
  113. #define  appleID    128
  114. #define  fileID    129
  115. #define  editID    130
  116. #define    windowID    131
  117. #define     perlID    132
  118. #define  helpID    133
  119.  
  120. #define  kLastID    helpID
  121.  
  122. #endif